* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

.get-help-hero-section {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 45% 55%;
    margin-top: 70px;
}

.side-img img {
    width: 100%;
    height: 550px;
}

.get-help {
    padding: 30px;
}

.get-help h1 {
    margin: 10px 0px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.get-help p.info {
    font-size: 21px;
    margin: 20px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

.get-help a {
    margin: 10px 0px;
    padding: 10px 20px;
    color: white;
    border: transparent;
    background-color: rgb(219 123 13);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.get-help a:hover {
    background-color: white;
    color: rgb(219 123 13);
    border: 1px solid rgb(219 123 13);
}

.map-integration {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    flex-direction: column;
    background-color: rgb(202 202 202 / 20%);
}

.map-integration h1 {
    font-size: 35px;
    margin: 15px 0px;
    font-family: 'Roboto', sans-serif;
}

.map-integration iframe {
    margin: 15px 0px;
}

.map-integration p.address-box {
    font-size: 20px;
    transition: all 0.3s;
    margin: 15px 0px;
    box-shadow: 0px 0px 1px 0px black;
    text-align: center;
    padding: 20px 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

.user-interaction {
    background-color: rgb(219 123 13);
    /* background-color: rgb(18 88 233); */
    padding-top: 10px;
    padding-bottom: 30px;
}

.user-interaction h1 {
    font-size: 30px;
    margin: 10px 0px 20px 0px;
    color: white;
    text-align: center;
    font-family: 'Mulish', sans-serif;
}

.interaction-options {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.interaction-options a img {
    width: 20%;
    height: 65px;
    border-radius: 100%;
    margin: 8px;
}

.interaction-options a {
    display: flex;
    transition: all 0.3s;
    align-items: center;
    width: 20%;
    text-decoration: none;
    background-color: white;
    border-radius: 30px;
}

.interaction-options a h3 {
    font-size: 20px;
    color: black;
    margin-left: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.interaction-options a:hover {
    transform: scale(1.1);
}

#contact-us-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    margin: 30px 0px;
}

#contact-us-form .enquiry-container {
    width: 650px;
    box-shadow: 2px 2px 10px black;
    border-radius: 10px;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#contact-us-form .enquiry-container .head-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#contact-us-form .enquiry-container .head-part h1 {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom: 1px solid black;
    margin-top: 10px;
}

#contact-us-form .enquiry-container .head-part img {
    width: 80%;
    height:70px;
}

#contact-us-form .enquiry-container span.details {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
}

#contact-us-form .enquiry-container form {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    align-items: center;
}

#contact-us-form .enquiry-container form .input-box {
    margin: 10px 0px;
}

#contact-us-form .enquiry-container form .input-box input {
    font-size: 17px;
    padding: 13px;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s;
    border: 1px solid #ccc;
}

#contact-us-form .enquiry-container form .input-box input:focus,
#contact-us-form .enquiry-container form .input-box textarea:focus {
    box-shadow: 4px 4px 3px rgba(219, 123, 13, 0.81);
    outline: none;
}

#contact-us-form .enquiry-container form .input-box textarea {
    font-size: 16px;
    padding: 8px;
    transition: all 0.3s;
    font-family: 'Vazirmatn', sans-serif;
    resize: vertical;
}

#contact-us-form .enquiry-container button {
    text-align: center;
    padding: 10px 60px;
    font-size: 20px;
    border-radius: 30px;
    /* display: block; */
    margin: 15px 0px;
    background-color: rgb(219 123 13);
    transition: all 0.3s;
    color: white;
    border: white;
    box-shadow: 2px 2px 5px black;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

#contact-us-form .enquiry-container button:hover {
    background-color: white;
    color: rgb(219 123 13);
}


.explore-section {
    padding: 20px 0px;
    box-shadow: 0px 0px 20px 0px black;
    width: 100%;
    display: flex;
     align-items: start;
    justify-content: space-evenly;
}

.explore-section img{
    height: 110px;
    margin-top: 12px;
    margin-left: 10px;
}

.explore-section  h2 {
    font-size: 25px;
    margin:17px 0px;
    font-family: 'Roboto', sans-serif;
}


.explore-section  a {
    font-size: 19px;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    color: rgb(219 123 13);
    margin: 5px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

.explore-section  a:hover{
    color: rgb(255, 136, 0);
    transform: scale(1.1);
}

.explore-section .get-in-touch h6{
    font-size: 20px;
    margin: 12px 0px;
    font-weight: 500;
    color: rgb(219 123 13);
    font-family: 'Source Sans Pro', sans-serif;
}

.explore-section .get-in-touch span{
    font-size: 19px;
    color:black;
   font-family: 'Source Sans Pro', sans-serif;
   /* font-family: 'Vazirmatn', sans-serif; */
}

.explore-section .products-youtube-section p{
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

.explore-section .products-youtube-section img{
    height: 70px;
    margin: 10px 0px;
    transition: all 0.3s;
}

.promotion{
display: grid;
grid-template-columns: auto auto;
align-items: center;
justify-content: center;
grid-gap: 50px;
padding: 20px;
}

.promotion h1{
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}